home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Windows 95 with MFC
/
Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso
/
CODE
/
Chap09
/
Paint6
/
Splitter.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-05
|
413 b
|
16 lines
//***********************************************************************
//
// Splitter.cpp
//
//***********************************************************************
#include <afxwin.h>
#include <afxext.h>
#include "Splitter.h"
BOOL CNestedSplitterWnd::SplitRow (int cyBefore)
{
GetParentFrame ()->SetActiveView ((CView*) GetPane (0, 0));
return CSplitterWnd::SplitRow (cyBefore);
}